home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / mono_522.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  29.2 KB  |  676 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.2"
  11. *PCFileName: "Mono_522.PPD"
  12. *LanguageVersion: English
  13. *PSVersion: "(52.2) 207"
  14. *Product: "(Monotype Imagesetter)"
  15. *ModelName: "Monotype Imagesetter"
  16. *NickName: "Monotype Imagesetter v52.2"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "2380000"
  20. *LanguageLevel: "1"
  21. *Extensions: FileSystem CMYK
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: True
  25.  
  26. *FileSystem: True
  27. *?FileSystem: "
  28. save
  29.  statusdict /diskonline known
  30.  {
  31.    statusdict /diskonline get exec
  32.    {(True)}{(False)}ifelse
  33.  }
  34.  {
  35.    statusdict /diskstatus known
  36.    {
  37.      statusdict /diskstatus get exec exch
  38.      pop 0 eq {(False)}{(True)}ifelse
  39.    }
  40.    {
  41.      (False)
  42.    } ifelse
  43.  } ifelse
  44.  = flush
  45. restore
  46. "
  47. *End
  48.  
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true
  52.   }{
  53.     dup    % potential password
  54.     statusdict /checkpassword get exec not
  55.   } ifelse
  56.   {  %  if no password or not valid
  57.     (WARNING : Cannot reset printer.) =
  58.     (Password supplied is not valid.) =
  59.     (Please contact the author of this software.) = flush
  60.     quit
  61.   } if
  62.   serverdict /exitserver get exec
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *Password: "0"
  69. *ExitServer: "
  70.   count 0 eq {  % is the password on the stack?
  71.     true
  72.   }{
  73.     dup    % potential password
  74.     statusdict /checkpassword get exec not
  75.   } ifelse
  76.   {  %  if no password or not valid
  77.     (WARNING : Cannot perform the exitserver command.) =
  78.     (Password supplied is not valid.) =
  79.     (Please contact the author of this software.) = flush
  80.     quit
  81.   } if
  82.   serverdict /exitserver get exec
  83. "
  84. *End
  85.  
  86. *OpenUI *Resolution: PickOne
  87. *OrderDependency: 10 AnySetup *Resolution
  88. *DefaultResolution: 1000dpi
  89. *Resolution 600dpi: "600 statusdict /setresolution get exec"
  90. *Resolution 1000dpi: "1000 statusdict /setresolution get exec"
  91. *Resolution 1200dpi: "1200 statusdict /setresolution get exec"
  92. *Resolution 1500dpi: "1500 statusdict /setresolution get exec"
  93. *Resolution 1524dpi: "1524 statusdict /setresolution get exec"
  94. *Resolution 1800dpi: "1800 statusdict /setresolution get exec"
  95. *Resolution 2400dpi: "2400 statusdict /setresolution get exec"
  96. *Resolution 3048dpi: "3048 statusdict /setresolution get exec"
  97. *?Resolution: "
  98. save
  99.   matrix defaultmatrix dup 0 get dup mul exch 1 get dup mul add sqrt
  100.   72 mul round cvi
  101.   (          ) cvs print (dpi) = flush
  102. restore "
  103. *End
  104. *CloseUI: *Resolution
  105.  
  106. *% Gray Levels ===============
  107. *ScreenFreq: "90.0"
  108. *ScreenAngle: "45.0"
  109. *DefaultScreenProc: Dot
  110. *ScreenProc Dot: "
  111. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  112. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  113. "
  114. *End
  115. *ScreenProc Line: "{ pop }"
  116. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  117.  
  118. *DefaultTransfer: Null
  119. *Transfer Null: "{ }"
  120. *Transfer Null.Inverse: "{ 1 exch sub }"
  121.  
  122. *% Paper Handling ===================
  123. *% Use these entries to set paper size most of the time, unless there is
  124. *% specific reason to use PageRegion.
  125. *OpenUI *PageSize: PickOne
  126. *OrderDependency: 30 AnySetup *PageSize
  127. *DefaultPageSize: Letter.Transverse
  128. *PageSize Letter.Transverse: "Letter"
  129. *PageSize Legal: "legal"
  130. *PageSize Ledger: "ledger"
  131. *PageSize Tabloid: "11x17"
  132. *PageSize A3.Transverse: "A3"
  133. *PageSize A4.Transverse: "A4"
  134. *PageSize A5.Transverse: "A5"
  135. *PageSize ISOB5.Transverse: "B5"
  136. *PageSize A3: "a3"
  137. *PageSize A4: "a4"
  138. *PageSize A5: "a5"
  139. *PageSize ISOB5: "b5"
  140. *PageSize Letter: "letter"
  141. *?PageSize: "
  142. save
  143.  mark  statusdict /pageparams get exec  exch pop
  144.  7 dict
  145.    dup [612 792] (Letter) put
  146.    dup [612 1008] (Legal) put
  147.    dup [792 1224] (Tabloid) put
  148.    dup [842 1191] (A3) put
  149.    dup [595 842] (A4) put
  150.    dup [420 595] (A5) put
  151.    dup [499 709] (ISOB5) put
  152.  6 dict
  153.    dup [792 612] (Letter.Transverse) put
  154.    dup [792 1224] (Ledger) put
  155.    dup [1191 842] (A3.Transverse) put
  156.    dup [842 595] (A4.Transverse) put
  157.    dup [595 420] (A5.Transverse) put
  158.    dup [709 499] (ISOB5.Transverse) put
  159.  3 -1 roll 1 eq { pop } { exch pop }ifelse
  160.  (Unknown) exch
  161.  { exch aload pop
  162.    4 index eq exch 5 index eq and
  163.    { exch pop exit } { pop } ifelse
  164.  } bind forall = flush cleartomark
  165. restore "
  166. *End
  167. *CloseUI: *PageSize
  168.  
  169. *% These entries will set up the frame buffer. Usually used with manual feed.
  170. *OpenUI *PageRegion: PickOne
  171. *OrderDependency: 40 AnySetup *PageRegion
  172. *DefaultPageRegion: Letter.Transverse
  173. *PageRegion Letter.Transverse: "Letter"
  174. *PageRegion Legal: "legal"
  175. *PageRegion Ledger: "ledger"
  176. *PageRegion Tabloid: "11x17"
  177. *PageRegion A3.Transverse: "A3"
  178. *PageRegion A4.Transverse: "A4"
  179. *PageRegion A5.Transverse: "A5"
  180. *PageRegion ISOB5.Transverse: "B5"
  181. *PageRegion A3: "a3"
  182. *PageRegion A4: "a4"
  183. *PageRegion A5: "a5"
  184. *PageRegion ISOB5: "b5"
  185. *PageRegion Letter: "letter"
  186. *CloseUI: *PageRegion
  187.  
  188. *% The following entries provide information about specific paper keywords.
  189. *DefaultImageableArea: Letter.Transverse
  190. *ImageableArea Letter.Transverse: "0 0 612 792"
  191. *ImageableArea Legal: "0 0 612 1008"
  192. *ImageableArea Ledger: "0 0 1224 792"
  193. *ImageableArea Tabloid: "0 0 792 1224"
  194. *ImageableArea A3.Transverse: "0 0 842 1191"
  195. *ImageableArea A4.Transverse: "0 0 595 842"
  196. *ImageableArea A5.Transverse: "0 0 420 595 "
  197. *ImageableArea ISOB5.Transverse: "0 0 498 709 "
  198. *ImageableArea A3: "0 0 842 1191"
  199. *ImageableArea A4: "0 0 595 842"
  200. *ImageableArea A5: "0 0 420 595"
  201. *ImageableArea ISOB5: "0 0 499 709 "
  202. *ImageableArea Letter: "0 0 612 792"
  203. *?ImageableArea: "
  204. save
  205.   /cvp {(                ) cvs print ( ) print } bind def
  206.   /upperright {10000 mul floor 10000 div} bind def
  207.   /lowerleft {10000 mul ceiling 10000 div} bind def
  208.   newpath clippath pathbbox
  209.   4 -2 roll exch 2 {lowerleft cvp} repeat
  210.   exch 2 {upperright cvp} repeat flush
  211.  restore
  212. "
  213. *End
  214.  
  215. *% These provide the physical dimensions of the paper (by keyword)
  216. *DefaultPaperDimension: Letter.Transverse
  217. *PaperDimension Letter.Transverse: "612 792"
  218. *PaperDimension Legal: "612 1008"
  219. *PaperDimension Ledger: "1224 792"
  220. *PaperDimension Tabloid: "792 1224"
  221. *PaperDimension A3.Transverse: "842 1191"
  222. *PaperDimension ISOB5.Transverse: "499 709"
  223. *PaperDimension A3: "842 1191"
  224. *PaperDimension A4: "595 842"
  225. *PaperDimension A5: "420 595"
  226. *PaperDimension ISOB5: "499 709"
  227. *PaperDimension Letter: "612 792"
  228.  
  229. *%corrected by Microsoft
  230. *%PaperDimension A4.Transverse: "842 596 "
  231. *%PaperDimension A5.Transverse: "596 420 "
  232.  
  233. *PaperDimension A4.Transverse: "595 842 "
  234. *PaperDimension A5.Transverse: "420 595 "
  235.  
  236.  
  237. *RequiresPageRegion All: True
  238. *OpenUI *InputSlot: PickOne
  239. *OrderDependency: 20 AnySetup *InputSlot
  240. *DefaultInputSlot: Cassette
  241. *InputSlot Cassette: ""
  242. *CloseUI: *InputSlot
  243. *DefaultOutputOrder: Normal
  244.  
  245. *% Font Information =====================
  246. *DefaultFont: Courier
  247. *Font Courier: Standard "(001.004)" Standard ROM
  248. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  249. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  250. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  251. *Font Helvetica: Standard "(001.002)" Standard ROM
  252. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  253. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  254. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  255. *Font Symbol: Special "(001.003)" Special ROM
  256. *Font Times-Bold: Standard "(001.002)" Standard ROM
  257. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  258. *Font Times-Italic: Standard "(001.002)" Standard ROM
  259. *Font Times-Roman: Standard "(001.002)" Standard ROM
  260. *?FontQuery: "
  261. save
  262.  /str 100 string dup 0 (fonts/) putinterval def
  263.  {
  264.    count 1 gt
  265.    {
  266.      exch dup str 6 94 getinterval cvs
  267.      (/) print dup print (:) print exch
  268.      FontDirectory exch known
  269.      { pop (Yes) }
  270.       {
  271.         length 6 add str 0 3 -1 roll getinterval
  272.         mark exch status
  273.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  274.      } ifelse =
  275.    }
  276.    {exit} ifelse
  277.  }bind loop
  278.  (*) = flush
  279. restore
  280. "
  281. *End
  282.  
  283. *?FontList: "
  284. save
  285.   FontDirectory { pop == } bind forall flush
  286.   /filenameforall where
  287.   {
  288.     pop (fonts/*)
  289.     { dup length 6 sub 6 exch getinterval cvn == } bind
  290.     128 string filenameforall flush
  291.   } if
  292.   (*) = flush
  293. restore
  294. "
  295. *End
  296.  
  297. *% Printer Messages (verbatim from printer):
  298. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  299. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  300. *Message: "\FontName\ not found, using Courier"
  301.  
  302. *% Status (format: %%[ status: <one of these> ]%% )
  303. *Status: "idle"
  304. *Status: "busy"
  305. *Status: "waiting"
  306. *Status: "printing"
  307. *Status: "initializing"
  308. *Status: "PrinterError: Cassette not loaded"
  309. *Status: "PrinterError: Film Unit Error"
  310. *Status: "PrinterError: Film Out"
  311. *Status: "PrinterError: Maximum (panic) cut occuring"
  312. *Status: "PrinterError: Output unit stopped by operator"
  313. *Status: "PrinterError: Optimum cut occuring"
  314. *Status: "PrinterError: Requested output resolution not supported"
  315. *Status: "PrinterError: Requested feed factor not supported"
  316. *Status: "PrinterError: Requested film advance not supported"
  317. *Status: "PrinterError: Requested exposure value not supported"
  318. *Status: "PrinterError: Requested negative printing not supported"
  319. *Status: "PrinterError: Requested message is too long for the display"
  320. *Status: "PrinterError: Graphics Server disk full"
  321. *Status: "PrinterError: Graphics Server disk error"
  322. *Status: "PrinterError: Unknown printer error: "
  323.  
  324. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  325. *Source: "serial 0"
  326. *Source: "serial 1"
  327. *Source: "AppleTalk"
  328. *Source: "Centronics"
  329.  
  330. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  331. *PrinterError: "Cassette not loaded"
  332. *PrinterError: "Film Unit Error"
  333. *PrinterError: "Film Out"
  334. *PrinterError: "Maximum (panic) cut occuring"
  335. *PrinterError: "Output unit stopped by operator"
  336. *PrinterError: "Optimum cut occuring"
  337. *PrinterError: "Requested output resolution not supported"
  338. *PrinterError: "Requested feed factor not supported"
  339. *PrinterError: "Requested film advance not supported"
  340. *PrinterError: "Requested exposure value not supported"
  341. *PrinterError: "Requested negative printing not supported"
  342. *PrinterError: "Requested message is too long for the display"
  343. *PrinterError: "Graphics Server disk full"
  344. *PrinterError: "Graphics Server disk error"
  345. *PrinterError: "Unknown printer error: "
  346.  
  347. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  348.  
  349. *% Color Separation Information =====================
  350.  
  351. *DefaultColorSep: ProcessBlack.80lpi.1000dpi/80 lpi / 1000 dpi
  352. *InkName: ProcessBlack/Process Black
  353. *InkName: CustomColor/Custom Color
  354. *InkName: ProcessCyan/Process Cyan
  355. *InkName: ProcessMagenta/Process Magenta
  356. *InkName: ProcessYellow/Process Yellow
  357.  
  358. *% For 80 lpi / 1000 dpi   ===============================
  359.  
  360. *ColorSepScreenAngle ProcessCyan.80lpi.1000dpi/80 lpi / 1000 dpi: "71.5651"
  361. *ColorSepScreenAngle ProcessMagenta.80lpi.1000dpi/80 lpi / 1000 dpi: "18.4349"
  362. *ColorSepScreenAngle ProcessYellow.80lpi.1000dpi/80 lpi / 1000 dpi: "0"
  363. *ColorSepScreenAngle ProcessBlack.80lpi.1000dpi/80 lpi / 1000 dpi: "45"
  364. *ColorSepScreenAngle CustomColor.80lpi.1000dpi/80 lpi / 1000 dpi: "45"
  365.  
  366. *ColorSepScreenFreq ProcessCyan.80lpi.1000dpi/80 lpi / 1000 dpi: "79.0569"
  367. *ColorSepScreenFreq ProcessMagenta.80lpi.1000dpi/80 lpi / 1000 dpi: "79.0569"
  368. *ColorSepScreenFreq ProcessYellow.80lpi.1000dpi/80 lpi / 1000 dpi: "83.3333"
  369. *ColorSepScreenFreq ProcessBlack.80lpi.1000dpi/80 lpi / 1000 dpi: "88.3883"
  370. *ColorSepScreenFreq CustomColor.80lpi.1000dpi/80 lpi / 1000 dpi: "88.3883"
  371.  
  372. *% For 110 lpi / 1000dpi   ==============================
  373.  
  374. *ColorSepScreenAngle ProcessCyan.110lpi.1000dpi/110 lpi / 1000 dpi: "71.5651"
  375. *ColorSepScreenAngle ProcessMagenta.110lpi.1000dpi/110 lpi / 1000 dpi: "18.4349"
  376. *ColorSepScreenAngle ProcessYellow.110lpi.1000dpi/110 lpi / 1000 dpi: "0"
  377. *ColorSepScreenAngle ProcessBlack.110lpi.1000dpi/110 lpi / 1000 dpi: "45"
  378. *ColorSepScreenAngle CustomColor.110lpi.1000dpi/110 lpi / 1000 dpi: "45"
  379.  
  380. *ColorSepScreenFreq ProcessCyan.110lpi.1000dpi/110 lpi / 1000 dpi: "105.409"
  381. *ColorSepScreenFreq ProcessMagenta.110lpi.1000dpi/110 lpi / 1000 dpi: "105.409"
  382. *ColorSepScreenFreq ProcessYellow.110lpi.1000dpi/110 lpi / 1000 dpi: "111.111"
  383. *ColorSepScreenFreq ProcessBlack.110lpi.1000dpi/110 lpi / 1000 dpi: "117.851"
  384. *ColorSepScreenFreq CustomColor.110lpi.1000dpi/110 lpi / 1000 dpi: "117.851"
  385.  
  386. *% For 90 lpi / 1200 dpi  ===============================
  387.  
  388. *ColorSepScreenAngle ProcessCyan.90lpi.1200dpi/90 lpi / 1200 dpi: "71.5651"
  389. *ColorSepScreenAngle ProcessMagenta.90lpi.1200dpi/90 lpi / 1200 dpi: "18.4349"
  390. *ColorSepScreenAngle ProcessYellow.90lpi.1200dpi/90 lpi / 1200 dpi: "0"
  391. *ColorSepScreenAngle ProcessBlack.90lpi.1200dpi/90 lpi / 1200 dpi: "45"
  392. *ColorSepScreenAngle CustomColor.90lpi.1200dpi/90 lpi / 1200 dpi: "45"
  393.  
  394. *ColorSepScreenFreq ProcessCyan.90lpi.1200dpi/90 lpi / 1200 dpi: "94.8683"
  395. *ColorSepScreenFreq ProcessMagenta.90lpi.1200dpi/90 lpi / 1200 dpi: "94.8683"
  396. *ColorSepScreenFreq ProcessYellow.90lpi.1200dpi/90 lpi / 1200 dpi: "30"
  397. *ColorSepScreenFreq ProcessBlack.90lpi.1200dpi/90 lpi / 1200 dpi: "84.8528"
  398. *ColorSepScreenFreq CustomColor.90lpi.1200dpi/90 lpi / 1200 dpi: "84.8528"
  399.  
  400. *ColorSepScreenProc ProcessYellow.90lpi.1200dpi/90 lpi / 1200 dpi: "
  401. {2 {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch } repeat
  402. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  403. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  404. *End
  405.  
  406. *% For 110 lpi / 1200 dpi  ==============================
  407.  
  408. *ColorSepScreenAngle ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi: "70.0169"
  409. *ColorSepScreenAngle ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi: "19.9831"
  410. *ColorSepScreenAngle ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi: "0"
  411. *ColorSepScreenAngle ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi: "45"
  412. *ColorSepScreenAngle CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi: "45"
  413.  
  414. *ColorSepScreenFreq ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi: "102.523"
  415. *ColorSepScreenFreq ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi: "102.523"
  416. *ColorSepScreenFreq ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi: "109.091"
  417. *ColorSepScreenFreq ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi: "121.218"
  418. *ColorSepScreenFreq CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi: "121.218"
  419.  
  420. *% For 80 lpi / 1500 dpi  ===============================
  421.  
  422. *ColorSepScreenAngle ProcessCyan.80lpi.1500dpi/80 lpi / 1500 dpi: "71.5651"
  423. *ColorSepScreenAngle ProcessMagenta.80lpi.1500dpi/80 lpi / 1500 dpi: "18.4349"
  424. *ColorSepScreenAngle ProcessYellow.80lpi.1500dpi/80 lpi / 1500 dpi: "0"
  425. *ColorSepScreenAngle ProcessBlack.80lpi.1500dpi/80 lpi / 1500 dpi: "45"
  426. *ColorSepScreenAngle CustomColor.80lpi.1500dpi/80 lpi / 1500 dpi: "45"
  427.  
  428. *ColorSepScreenFreq ProcessCyan.80lpi.1500dpi/80 lpi / 1500 dpi: "79.0569"
  429. *ColorSepScreenFreq ProcessMagenta.80lpi.1500dpi/80 lpi / 1500 dpi: "79.0569"
  430. *ColorSepScreenFreq ProcessYellow.80lpi.1500dpi/80 lpi / 1500 dpi: "83.3333"
  431. *ColorSepScreenFreq ProcessBlack.80lpi.1500dpi/80 lpi / 1500 dpi: "88.3883"
  432. *ColorSepScreenFreq CustomColor.80lpi.1500dpi/80 lpi / 1500 dpi: "88.3883"
  433.  
  434. *% For 100 lpi / 1500 dpi  ===============================
  435.  
  436. *ColorSepScreenAngle ProcessCyan.100lpi.1500dpi/100 lpi / 1500 dpi: "71.5651"
  437. *ColorSepScreenAngle ProcessMagenta.100lpi.1500dpi/100 lpi / 1500 dpi: "18.4349"
  438. *ColorSepScreenAngle ProcessYellow.100lpi.1500dpi/100 lpi / 1500 dpi: "0"
  439. *ColorSepScreenAngle ProcessBlack.100lpi.1500dpi/100 lpi / 1500 dpi: "45"
  440. *ColorSepScreenAngle CustomColor.100lpi.1500dpi/100 lpi / 1500 dpi: "45"
  441.  
  442. *ColorSepScreenFreq ProcessCyan.100lpi.1500dpi/100 lpi / 1500 dpi: "94.8683"
  443. *ColorSepScreenFreq ProcessMagenta.100lpi.1500dpi/100 lpi / 1500 dpi: "94.8683"
  444. *ColorSepScreenFreq ProcessYellow.100lpi.1500dpi/100 lpi / 1500 dpi: "100"
  445. *ColorSepScreenFreq ProcessBlack.100lpi.1500dpi/100 lpi / 1500 dpi: "106.066"
  446. *ColorSepScreenFreq CustomColor.100lpi.1500dpi/100 lpi / 1500 dpi: "106.066"
  447.  
  448. *% For 120 lpi / 1500 dpi  ==============================
  449.  
  450. *ColorSepScreenAngle ProcessCyan.120lpi.1500dpi/120 lpi / 1500 dpi: "71.5651"
  451. *ColorSepScreenAngle ProcessMagenta.120lpi.1500dpi/120 lpi / 1500 dpi: "18.4349"
  452. *ColorSepScreenAngle ProcessYellow.120lpi.1500dpi/120 lpi / 1500 dpi: "0"
  453. *ColorSepScreenAngle ProcessBlack.120lpi.1500dpi/120 lpi / 1500 dpi: "45"
  454. *ColorSepScreenAngle CustomColor.120lpi.1500dpi/120 lpi / 1500 dpi: "45"
  455.  
  456. *ColorSepScreenFreq ProcessCyan.120lpi.1500dpi/120 lpi / 1500 dpi: "118.585"
  457. *ColorSepScreenFreq ProcessMagenta.120lpi.1500dpi/120 lpi / 1500 dpi: "118.585"
  458. *ColorSepScreenFreq ProcessYellow.120lpi.1500dpi/120 lpi / 1500 dpi: "125"
  459. *ColorSepScreenFreq ProcessBlack.120lpi.1500dpi/120 lpi / 1500 dpi: "132.583"
  460. *ColorSepScreenFreq CustomColor.120lpi.1500dpi/120 lpi / 1500 dpi: "132.583"
  461.  
  462. *% For 80 lpi / 1524 dpi  ===============================
  463.  
  464. *ColorSepScreenAngle ProcessCyan.80lpi.1524dpi/80 lpi / 1524 dpi: "71.5651"
  465. *ColorSepScreenAngle ProcessMagenta.80lpi.1524dpi/80 lpi / 1524 dpi: "18.4349"
  466. *ColorSepScreenAngle ProcessYellow.80lpi.1524dpi/80 lpi / 1524 dpi: "0"
  467. *ColorSepScreenAngle ProcessBlack.80lpi.1524dpi/80 lpi / 1524 dpi: "45"
  468. *ColorSepScreenAngle CustomColor.80lpi.1524dpi/80 lpi / 1524 dpi: "45"
  469.  
  470. *ColorSepScreenFreq ProcessCyan.80lpi.1524dpi/80 lpi / 1524 dpi: "80.3218"
  471. *ColorSepScreenFreq ProcessMagenta.80lpi.1524dpi/80 lpi / 1524 dpi: "80.3218"
  472. *ColorSepScreenFreq ProcessYellow.80lpi.1524dpi/80 lpi / 1524 dpi: "84.6666"
  473. *ColorSepScreenFreq ProcessBlack.80lpi.1524dpi/80 lpi / 1524 dpi: "89.8025"
  474. *ColorSepScreenFreq CustomColor.80lpi.1524dpi/80 lpi / 1524 dpi: "80.8025"
  475.  
  476. *% For 100 lpi /1524 dpi  ===============================
  477.  
  478. *ColorSepScreenAngle ProcessCyan.100lpi.1524dpi/100 lpi / 1524 dpi: "71.5651"
  479. *ColorSepScreenAngle ProcessMagenta.100lpi.1524dpi/100 lpi / 1524 dpi: "18.4349"
  480. *ColorSepScreenAngle ProcessYellow.100lpi.1524dpi/100 lpi / 1524 dpi: "0"
  481. *ColorSepScreenAngle ProcessBlack.100lpi.1524dpi/100 lpi / 1524 dpi: "45"
  482. *ColorSepScreenAngle CustomColor.100lpi.1524dpi/100 lpi / 1524 dpi: "45"
  483.  
  484. *ColorSepScreenFreq ProcessCyan.100lpi.1524dpi/100 lpi / 1524 dpi: "96.3862"
  485. *ColorSepScreenFreq ProcessMagenta.100lpi.1524dpi/100 lpi / 1524 dpi: "96.3862"
  486. *ColorSepScreenFreq ProcessYellow.100lpi.1524dpi/100 lpi / 1524 dpi: "101.6"
  487. *ColorSepScreenFreq ProcessBlack.100lpi.1524dpi/100 lpi / 1524 dpi: "107.7631"
  488. *ColorSepScreenFreq CustomColor.100lpi.1524dpi/100 lpi / 1524 dpi: "107.7631"
  489.  
  490. *% For 120 lpi / 1524 dpi  ==============================
  491.  
  492. *ColorSepScreenAngle ProcessCyan.120lpi.1524dpi/120 lpi / 1524 dpi: "71.5651"
  493. *ColorSepScreenAngle ProcessMagenta.120lpi.1524dpi/120 lpi / 1524 dpi: "18.4349"
  494. *ColorSepScreenAngle ProcessYellow.120lpi.1524dpi/120 lpi / 1524 dpi: "0"
  495. *ColorSepScreenAngle ProcessBlack.120lpi.1524dpi/120 lpi / 1524 dpi: "45"
  496. *ColorSepScreenAngle CustomColor.120lpi.1524dpi/120 lpi / 1524 dpi: "45"
  497.  
  498. *ColorSepScreenFreq ProcessCyan.120lpi.1524dpi/120 lpi / 1524 dpi: "120.4824"
  499. *ColorSepScreenFreq ProcessMagenta.120lpi.1524dpi/120 lpi / 1524 dpi: "120.4824"
  500. *ColorSepScreenFreq ProcessYellow.120lpi.1524dpi/120 lpi / 1524 dpi: "127"
  501. *ColorSepScreenFreq ProcessBlack.120lpi.1524dpi/120 lpi / 1524 dpi: "134.704"
  502. *ColorSepScreenFreq CustomColor.120lpi.1524dpi/120 lpi / 1524 dpi: "134.704"
  503.  
  504. *% For 90 lpi / 1800 dpi  ===============================
  505.  
  506. *ColorSepScreenAngle ProcessCyan.90lpi.1800dpi/90 lpi / 1800 dpi: "71.5651"
  507. *ColorSepScreenAngle ProcessMagenta.90lpi.1800dpi/90 lpi / 1800 dpi: "18.4349"
  508. *ColorSepScreenAngle ProcessYellow.90lpi.1800dpi/90 lpi / 1800 dpi: "0"
  509. *ColorSepScreenAngle ProcessBlack.90lpi.1800dpi/90 lpi / 1800 dpi: "45"
  510. *ColorSepScreenAngle CustomColor.90lpi.1800dpi/90 lpi / 1800 dpi: "45"
  511.  
  512. *ColorSepScreenFreq ProcessCyan.90lpi.1800dpi/90 lpi / 1800 dpi: "94.8683"
  513. *ColorSepScreenFreq ProcessMagenta.90lpi.1800dpi/90 lpi / 1800 dpi: "94.8683"
  514. *ColorSepScreenFreq ProcessYellow.90lpi.1800dpi/90 lpi / 1800 dpi: "90"
  515. *ColorSepScreenFreq ProcessBlack.90lpi.1800dpi/90 lpi / 1800 dpi: "84.8528"
  516. *ColorSepScreenFreq CustomColor.90lpi.1800dpi/90 lpi / 1800 dpi: "84.8528"
  517.  
  518. *% For 120 lpi / 1800 dpi  ==============================
  519.  
  520. *ColorSepScreenAngle ProcessCyan.120lpi.1800dpi/120 lpi / 1800 dpi: "71.5651"
  521. *ColorSepScreenAngle ProcessMagenta.120lpi.1800dpi/120 lpi / 1800 dpi: "18.4349"
  522. *ColorSepScreenAngle ProcessYellow.120lpi.1800dpi/120 lpi / 1800 dpi: "0"
  523. *ColorSepScreenAngle ProcessBlack.120lpi.1800dpi/120 lpi / 1800 dpi: "45"
  524. *ColorSepScreenAngle CustomColor.120lpi.1800dpi/120 lpi / 1800 dpi: "45"
  525.  
  526. *ColorSepScreenFreq ProcessCyan.120lpi.1800dpi/120 lpi / 1800 dpi: "113.842"
  527. *ColorSepScreenFreq ProcessMagenta.120lpi.1800dpi/120 lpi / 1800 dpi: "113.842"
  528. *ColorSepScreenFreq ProcessYellow.120lpi.1800dpi/120 lpi / 1800 dpi: "120"
  529. *ColorSepScreenFreq ProcessBlack.120lpi.1800dpi/120 lpi / 1800 dpi: "127.2792"
  530. *ColorSepScreenFreq CustomColor.120lpi.1800dpi/120 lpi / 1800 dpi: "127.2792"
  531.  
  532. *% For 90 lpi / 2400 dpi  ===============================
  533.  
  534. *ColorSepScreenAngle ProcessCyan.90lpi.2400dpi/90 lpi / 2400 dpi: "71.5651"
  535. *ColorSepScreenAngle ProcessMagenta.90lpi.2400dpi/90 lpi / 2400 dpi: "18.4349"
  536. *ColorSepScreenAngle ProcessYellow.90lpi.2400dpi/90 lpi / 2400 dpi: "0"
  537. *ColorSepScreenAngle ProcessBlack.90lpi.2400dpi/90 lpi / 2400 dpi: "45"
  538. *ColorSepScreenAngle CustomColor.90lpi.2400dpi/90 lpi / 2400 dpi: "45"
  539.  
  540. *ColorSepScreenFreq ProcessCyan.90lpi.2400dpi/90 lpi / 2400 dpi: "94.8683"
  541. *ColorSepScreenFreq ProcessMagenta.90lpi.2400dpi/90 lpi / 2400 dpi: "94.8683"
  542. *ColorSepScreenFreq ProcessYellow.90lpi.2400dpi/90 lpi / 2400 dpi: "30"
  543. *ColorSepScreenFreq ProcessBlack.90lpi.2400dpi/90 lpi / 2400 dpi: "84.8528"
  544. *ColorSepScreenFreq CustomColor.90lpi.2400dpi/90 lpi / 2400 dpi: "84.8528"
  545.  
  546. *ColorSepScreenProc ProcessYellow.90lpi.2400dpi/90 lpi / 2400 dpi: "
  547. {2 {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch } repeat
  548. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  549. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  550. *End
  551.  
  552. *% For 115 lpi / 2400 dpi  ==============================
  553.  
  554. *ColorSepScreenAngle ProcessCyan.115lpi.2400dpi/115 lpi / 2400 dpi: "71.5651"
  555. *ColorSepScreenAngle ProcessMagenta.115lpi.2400dpi/115 lpi / 2400 dpi: "18.4349"
  556. *ColorSepScreenAngle ProcessYellow.115lpi.2400dpi/115 lpi / 2400 dpi: "0"
  557. *ColorSepScreenAngle ProcessBlack.115lpi.2400dpi/115 lpi / 2400 dpi: "45"
  558. *ColorSepScreenAngle CustomColor.115lpi.2400dpi/115 lpi / 2400 dpi: "45"
  559.  
  560. *ColorSepScreenFreq ProcessCyan.115lpi.2400dpi/115 lpi / 2400 dpi: "126.491"
  561. *ColorSepScreenFreq ProcessMagenta.115lpi.2400dpi/115 lpi / 2400 dpi: "126.491"
  562. *ColorSepScreenFreq ProcessYellow.115lpi.2400dpi/115 lpi / 2400 dpi: "120"
  563. *ColorSepScreenFreq ProcessBlack.115lpi.2400dpi/115 lpi / 2400 dpi: "113.137"
  564. *ColorSepScreenFreq CustomColor.115lpi.2400dpi/115 lpi / 2400 dpi: "113.137"
  565.  
  566. *% For 130 lpi / 2400 dpi  ==============================
  567.  
  568. *ColorSepScreenAngle ProcessCyan.130lpi.2400dpi/130 lpi / 2400 dpi: "71.5651"
  569. *ColorSepScreenAngle ProcessMagenta.130lpi.2400dpi/130 lpi / 2400 dpi: "18.4349"
  570. *ColorSepScreenAngle ProcessYellow.130lpi.2400dpi/130 lpi / 2400 dpi: "0"
  571. *ColorSepScreenAngle ProcessBlack.130lpi.2400dpi/130 lpi / 2400 dpi: "45"
  572. *ColorSepScreenAngle CustomColor.130lpi.2400dpi/130 lpi / 2400 dpi: "45"
  573.  
  574. *ColorSepScreenFreq ProcessCyan.130lpi.2400dpi/130 lpi / 2400 dpi: "126.491"
  575. *ColorSepScreenFreq ProcessMagenta.130lpi.2400dpi/130 lpi / 2400 dpi: "126.491"
  576. *ColorSepScreenFreq ProcessYellow.130lpi.2400dpi/130 lpi / 2400 dpi: "133.333"
  577. *ColorSepScreenFreq ProcessBlack.130lpi.2400dpi/130 lpi / 2400 dpi: "141.421"
  578. *ColorSepScreenFreq CustomColor.130lpi.2400dpi/130 lpi / 2400 dpi: "141.421"
  579.  
  580. *% For 80 lpi / 3048 dpi  ===============================
  581.  
  582. *ColorSepScreenAngle ProcessCyan.80lpi.3048dpi/80 lpi / 3048 dpi: "71.5651"
  583. *ColorSepScreenAngle ProcessMagenta.80lpi.3048dpi/80 lpi / 3048 dpi: "18.4349"
  584. *ColorSepScreenAngle ProcessYellow.80lpi.3048dpi/80 lpi / 3048 dpi: "0"
  585. *ColorSepScreenAngle ProcessBlack.80lpi.3048dpi/80 lpi / 3048 dpi: "45"
  586. *ColorSepScreenAngle CustomColor.80lpi.3048dpi/80 lpi / 3048 dpi: "45"
  587.  
  588. *ColorSepScreenFreq ProcessCyan.80lpi.3048dpi/80 lpi / 3048 dpi: "80.3218"
  589. *ColorSepScreenFreq ProcessMagenta.80lpi.3048dpi/80 lpi / 3048 dpi: "80.3218"
  590. *ColorSepScreenFreq ProcessYellow.80lpi.3048dpi/80 lpi / 3048 dpi: "84.6666"
  591. *ColorSepScreenFreq ProcessBlack.80lpi.3048dpi/80 lpi / 3048 dpi: "89.8025"
  592. *ColorSepScreenFreq CustomColor.80lpi.3048dpi/80 lpi / 3048 dpi: "80.8025"
  593.  
  594. *% For 100 lpi / 3048 dpi  ===============================
  595.  
  596. *ColorSepScreenAngle ProcessCyan.100lpi.3048dpi/100 lpi / 3048 dpi: "71.5651"
  597. *ColorSepScreenAngle ProcessMagenta.100lpi.3048dpi/100 lpi / 3048 dpi: "18.4349"
  598. *ColorSepScreenAngle ProcessYellow.100lpi.3048dpi/100 lpi / 3048 dpi: "0"
  599. *ColorSepScreenAngle ProcessBlack.100lpi.3048dpi/100 lpi / 3048 dpi: "45"
  600. *ColorSepScreenAngle CustomColor.100lpi.3048dpi/100 lpi / 3048 dpi: "45"
  601.  
  602. *ColorSepScreenFreq ProcessCyan.100lpi.3048dpi/100 lpi / 3048 dpi: "96.3862"
  603. *ColorSepScreenFreq ProcessMagenta.100lpi.3048dpi/100 lpi / 3048 dpi: "96.3862"
  604. *ColorSepScreenFreq ProcessYellow.100lpi.3048dpi/100 lpi / 3048 dpi: "101.6"
  605. *ColorSepScreenFreq ProcessBlack.100lpi.3048dpi/100 lpi / 3048 dpi: "107.7631"
  606. *ColorSepScreenFreq CustomColor.100lpi.3048dpi/100 lpi / 3048 dpi: "107.7631"
  607.  
  608. *% For 115 lpi / 3048 dpi  ==============================
  609.  
  610. *ColorSepScreenAngle ProcessCyan.115lpi.3048dpi/115 lpi / 3048 dpi: "71.5651"
  611. *ColorSepScreenAngle ProcessMagenta.115lpi.3048dpi/115 lpi / 3048 dpi: "18.4349"
  612. *ColorSepScreenAngle ProcessYellow.115lpi.3048dpi/115 lpi / 3048 dpi: "0"
  613. *ColorSepScreenAngle ProcessBlack.115lpi.3048dpi/115 lpi / 3048 dpi: "45"
  614. *ColorSepScreenAngle CustomColor.115lpi.3048dpi/115 lpi / 3048 dpi: "45"
  615.  
  616. *ColorSepScreenFreq ProcessCyan.115lpi.3048dpi/115 lpi / 3048 dpi: "120.4828"
  617. *ColorSepScreenFreq ProcessMagenta.115lpi.3048dpi/115 lpi / 3048 dpi: "120.4828"
  618. *ColorSepScreenFreq ProcessYellow.115lpi.3048dpi/115 lpi / 3048 dpi: "38.1"
  619. *ColorSepScreenFreq ProcessBlack.115lpi.3048dpi/115 lpi / 3048 dpi: "107.7631"
  620. *ColorSepScreenFreq CustomColor.115lpi.3048dpi/115 lpi / 3048 dpi: "107.7631"
  621.  
  622. *ColorSepScreenProc ProcessYellow.115lpi.3048dpi/115 lpi / 3048 dpi: "
  623. {2 {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch } repeat
  624. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  625. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  626. *End
  627.  
  628. *% For 125 lpi / 3048 dpi  ==============================
  629.  
  630. *ColorSepScreenAngle ProcessCyan.125lpi.3048dpi/125 lpi / 3048 dpi: "71.5651"
  631. *ColorSepScreenAngle ProcessMagenta.125lpi.3048dpi/125 lpi / 3048 dpi: "18.4349"
  632. *ColorSepScreenAngle ProcessYellow.125lpi.3048dpi/125 lpi / 3048 dpi: "0"
  633. *ColorSepScreenAngle ProcessBlack.125lpi.3048dpi/125 lpi / 3048 dpi: "45"
  634. *ColorSepScreenAngle CustomColor.125lpi.3048dpi/125 lpi / 3048 dpi: "45"
  635.  
  636. *ColorSepScreenFreq ProcessCyan.125lpi.3048dpi/125 lpi / 3048 dpi: "120.4828"
  637. *ColorSepScreenFreq ProcessMagenta.125lpi.3048dpi/125 lpi / 3048 dpi: "120.4828"
  638. *ColorSepScreenFreq ProcessYellow.125lpi.3048dpi/125 lpi / 3048 dpi: "127"
  639. *ColorSepScreenFreq ProcessBlack.125lpi.3048dpi/125 lpi / 3048 dpi: "134.7038"
  640. *ColorSepScreenFreq CustomColor.125lpi.3048dpi/125 lpi / 3048 dpi: "134.7038"
  641.  
  642. *% For 150 lpi / 3048 dpi  ==============================
  643.  
  644. *ColorSepScreenAngle ProcessCyan.150lpi.3048dpi/150 lpi / 3048 dpi: "71.5651"
  645. *ColorSepScreenAngle ProcessMagenta.150lpi.3048dpi/150 lpi / 3048 dpi: "18.4349"
  646. *ColorSepScreenAngle ProcessYellow.150lpi.3048dpi/150 lpi / 3048 dpi: "0"
  647. *ColorSepScreenAngle ProcessBlack.150lpi.3048dpi/150 lpi / 3048 dpi: "45"
  648. *ColorSepScreenAngle CustomColor.150lpi.3048dpi/150 lpi / 3048 dpi: "45"
  649.  
  650. *ColorSepScreenFreq ProcessCyan.150lpi.3048dpi/150 lpi / 3048 dpi: "160.6437"
  651. *ColorSepScreenFreq ProcessMagenta.150lpi.3048dpi/150 lpi / 3048 dpi: "160.6437"
  652. *ColorSepScreenFreq ProcessYellow.150lpi.3048dpi/150 lpi / 3048 dpi: "152.4"
  653. *ColorSepScreenFreq ProcessBlack.150lpi.3048dpi/150 lpi / 3048 dpi: "143.6841"
  654. *ColorSepScreenFreq CustomColor.150lpi.3048dpi/150 lpi / 3048 dpi: "143.6841"
  655.  
  656. *% For 160 lpi / 3048 dpi  ==============================
  657.  
  658. *ColorSepScreenAngle ProcessCyan.160lpi.3048dpi/160 lpi / 3048 dpi: "71.5651"
  659. *ColorSepScreenAngle ProcessMagenta.160lpi.3048dpi/160 lpi / 3048 dpi: "18.4349"
  660. *ColorSepScreenAngle ProcessYellow.160lpi.3048dpi/160 lpi / 3048 dpi: "0"
  661. *ColorSepScreenAngle ProcessBlack.160lpi.3048dpi/160 lpi / 3048 dpi: "45"
  662. *ColorSepScreenAngle CustomColor.160lpi.3048dpi/160 lpi / 3048 dpi: "45"
  663.  
  664. *ColorSepScreenFreq ProcessCyan.160lpi.3048dpi/160 lpi / 3048 dpi: "160.6437"
  665. *ColorSepScreenFreq ProcessMagenta.160lpi.3048dpi/160 lpi / 3048 dpi: "160.6437"
  666. *ColorSepScreenFreq ProcessYellow.160lpi.3048dpi/160 lpi / 3048 dpi: "169.3333"
  667. *ColorSepScreenFreq ProcessBlack.160lpi.3048dpi/160 lpi / 3048 dpi: "179.6051"
  668. *ColorSepScreenFreq CustomColor.160lpi.3048dpi/160 lpi / 3048 dpi: "179.6051"
  669.  
  670. *% For "Monotype Imagesetter" version 52.2
  671. *% Converted to meet 4.0 specification
  672. *% Last Edit Date: May 7 1993
  673. *% The byte count of this file should be exactly 029155 or 029824
  674. *% depending on the filesystem it resides in.
  675. *% end of PPD file for Monotype Imagesetter PPD
  676.